
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}


.site-container {
	max-width: 1300px;
	margin: auto;
	display: block;
    padding: 0 15px;
}

.container1200 {
    max-width: 1200px;
}
.container1100 {
    max-width: 1100px;
}
.container1000 {
    max-width: 1000px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 10px;
    overflow: hidden;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.image-half,
.img-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.image-half img,
.img-half img,
.half-img img,
.half-image img {
    display: inline-block;
    width: 100%;
}

.image-half.image-right,
.img-half.image-right,
.half-img.image-right,
.half-image.image-right {
    float: right;
    margin-right: 0px;
    padding-right: 0px;
    margin-left: 15px;
    padding-left: 15px;
}

.image40 {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.image40 img {
    display: inline-block;
    width: 100%;
}

.image40.image-right {
    float: right;
    margin-right: 0px;
    padding-right: 0px;
    margin-left: 15px;
    padding-left: 15px;
}

.image300 {
    display: inline-block;
    width: 300px;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.image300 img {
    width: 100%;
    height: auto;
}
.image400 {
    display: inline-block;
    width: 400px;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.image400 img {
    width: 100%;
    height: auto;
}
.image500 {
    display: inline-block;
    width: 500px;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.image500 img {
    width: 100%;
    height: auto;
}
.image300.right,
.image400.right,
.image500.image-right,
.image500.right {
    float: right;
    margin-right: 0px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 15px;
    margin-bottom: 5px;
}


.bold {
    font-weight: bold;
}
.center{
    text-align: center;
}           

.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}

a {
    color: #94ddf8;
}
p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}
li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 5px;
}
ol, ul {
    margin-bottom: 15px;
    display: flow-root;
}

ul.two li {
    width: 50%;
    float: left;
    padding-right: 20px;
}
ul.three li {
    width: 33%;
    float: left;
    padding-right: 20px;
}
ul.four li {
    width: 25%;
    float: left;
    padding-right: 20px;
}
ul.flow {
    display: flow-root;
    margin-bottom: 15px;
}

h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    line-height: 1.4;
    margin: 30px 0;
    font-weight: 600;
    text-align: center;
}
h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    line-height: 1.4;
    margin: 25px 0;
    font-weight: 600;
    text-align: center;
}
h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    line-height: 1.4;
    margin: 20px 0;
    font-weight: 600;
}


.center-buttons,
.buttons-center {
    display: flow-root;
    text-align: center;
}
.center-buttons a,
.buttons-center a {
    display: inline-block;
    margin: 0 10px 10px;
    background: #94DDF8;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
}
.center-buttons a:focus,
.center-buttons a:hover,
.buttons-center a:focus,
.buttons-center a:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}
.default-button {
    background: #94DDF8;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
}
.default-button:focus,
.default-button:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}


header {
    display: inline-block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header img,
header a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header .nav {
    display: inline-block;
    width: 100%;
}
header .logo {
    display: inline-block;
    float: left;
}
header .logo img {
    max-width: 200px;
}
header .phone-menu {
    display: inline-block;
    float: right;
    margin-top: 30px;
}
header .phone-menu .phone {
    display: inline-block;
}
header .phone-menu .phone a {
    font-size: 22px;
    line-height: 1;
    color: #000;
}
header .phone-menu .phone a i {
    transform: rotate(90deg);
    font-size: 18px;
}
header .phone-menu .phone a:hover {
    color: #94ddf8;
    text-decoration: none;
}
header .phone-menu .open-menu {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    margin-left: 20px;
    cursor: pointer;
}
header .phone-menu .open-menu:hover i {
    color: #94ddf8;
}
header .menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #94ddf8;
    width: 280px;
    z-index: 9999;
}
header .menu .close-menu {
    cursor: pointer;
    display: inline-block;
}
header .menu .close-menu i {
    padding: 10px;
    font-size: 17px;
    color: #808080;
}
header .menu .close-menu:hover i {
    color: #000;
}
header .menu ul {
    padding: 0;
    padding-left: 15px;
    margin-top: 15px;
}
header .menu ul li {
    list-style: none;
    margin-bottom: 10px;
}
header .menu ul li a {
    color: #000;
    display: block;
    font-weight: 500;
    padding: 5px;
    font-size: 18px;
}
header .menu ul li a:hover {
    color: #fff;
    text-decoration: none;
}


.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgb(0 0 0 / 80%);
}


footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #000;
    padding: 20px 0;
    margin-top: 50px;
}
footer .socials .item {
    display: inline-block;
    margin: 10px;
}
footer .socials .item a {
    font-size: 30px;
}
footer .socials .item a:hover {
    color: #fff;
}
footer p.links {
    margin: 15px 0;
}
footer p.links a {
    display: inline-block;
    color: #fff;
    padding: 5px;
    margin: 5px;
    line-height: 1;
}
footer p.links a:hover {

}
footer p.copyright {
    color: #fff;
    margin: 15px 0;
}
body.homepage footer {
    margin-top: 0;
}


.home-hero {
    display: inline-block;
    width: 100%;
    position: relative;
}
.home-hero .hp-top-video {
    max-height: 100vh;
    overflow: hidden;
}
.home-hero .hp-top-video video {
    width: 100%;
    height: auto;
}
.home-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*    background: #ffffff59;*/
    text-align: center;

    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.home-hero .big-image img {
    width: 100%;
    height: auto;
}
.home-hero .text {
    color: #000;
}
.home-hero .text h1 {
    font-size: 50px;
    line-height: 1.6;
    text-align: center;
}
.home-hero .text h1 span {
    color: #94ddf8;
    text-shadow: 3px 3px 10px #000;
}
.home-hero .text p {
    font-size: 20px;
    font-weight: bold;
}
.home-hero .text p span {
    color: #94ddf8;
}


.default-text {
    min-height: 300px;
    padding-bottom: 100px;
}


.section-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 150px 0 80px;
    background: #404040  url('../images/Upper-Banner-70.jpg') center center no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}
.section-title h1 {
    color: #000;
}
.section-title h1.blog-title {
    text-transform: none;
}
.about-page .section-title {
/*    background-image: url('../images/about-us-banner.jpg');*/
}
.injuries-pain-management-page .section-title {
    background-image: url('../images/injuries-banner-white.jpg');
}
.turfblox-page .section-title {
    background-image: url('../images/turfblox-banner-white70.jpg');
}


.text-section {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}


.home-section1 {
    text-align: center;
}
.home-section1 h2 span {
    color: #94ddf8;
}
.home-section1 p.big {
    font-size: 22px;
    font-weight: bold;
}
.home-section1 p.quote {
    font-style: italic;
}
.home-section1 p.quote span {
    font-weight: 600;
    font-style: normal;
    color: #94ddf8;
}


.home-section-logos {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.home-section-logos .logos {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.home-section-logos .logos .item {
    display: inline-block;
    margin: 20px;
}
.home-section-logos .logos .item img {
    width: auto;
    height: auto;
    max-height: 100px;
}

.full-cta {
    display: inline-block;
    width: 100%;
    background: #404040  url('../images/Artboard1.jpg') center center no-repeat;
    background-size: cover;
    color: #000;
    padding: 25px 0;
    text-align: center;
    margin-top: 30px;
}
.full-cta p {
    font-size: 20px;
    font-weight: 500;
}
.full-cta .default-button {
    background: #fff;
    color: #000000;
    font-weight: bold;
    margin: 10px 0 20px;
}
.full-cta .default-button:hover {
    background: #000;
    color: #fff;
}


.testimonials-slider {
    display: inline-block;
    width: 100%;
    background: #404040  url('../images/Artboard1.jpg') center center no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.carousel-testimonials {
    position: relative;
}
.carousel-testimonials .owl-carousel {
    max-width: 90%;
    margin: auto;
}
.carousel-testimonials .item {
    width: 100%;
    text-align: center;
}
.carousel-testimonials .item .box .img {
    width: 100%;
}
.carousel-testimonials .item .box .img img {
    width: 100%;
    height: auto;
}
.carousel-testimonials .item .box p.name {
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
.carousel-testimonials .item .box p.position {
    font-style: italic;
    font-size: 16px;
    margin: 5px 0;
}
.carousel-testimonials .flex-direction-nav {
    top: 40%;
    position: absolute;
    left: 0;
    right: 0;
}
.carousel-testimonials .flex-direction-nav .flex-prev {
    float: left;
}
.carousel-testimonials .flex-direction-nav .flex-next {
    float: right;
}
.carousel-testimonials .flex-direction-nav i {
    font-size: 30px;
    cursor: pointer;
}



/*search page*/
.search-content {
    display: block;
    margin: auto;
    max-width: 1000px;
}
.search-results .result {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}   
.search-results .result .text p{
    margin-bottom: 0;
    font-size: 17px;
}
.search-results .result .text a.title{
    font-size: 19px;
    font-weight: 500;
    display: block;
    clear: both;
    margin-bottom: 5px;
}


.error-404 {
    max-width: 500px;
    margin: auto;
}
.error-404 form {
    display: inline-block;
    width: 100%;
}
.error-404 form input {
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
    border: 1px solid #94ddf8;
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}
.error-404 form button {
    display: inline-block;
    float: left;
    width: 100px;
    font-size: 17px;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin: 0;
}



.sitemap .sitemap-section {
    margin-bottom: 40px;
}
.sitemap .links {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.sitemap .links a {
    display: inline-block;
    width: 33.333%;
    float: left;
    font-size: 18px;
    padding: 5px;
    margin-bottom: 15px;
    color: #000;
}


.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form label {
    font-size: 17px;
    font-weight: 500;
}
.contact-form label.error {
    font-size: 16px;
    color: red;
}
.contact-form input {
    font-size: 17px;
    line-height: 1.5;
    padding: 12px;
    height: auto;
}
.contact-form textarea {
    font-size: 17px;
    line-height: 1.6;
    padding: 12px;
    height: auto;
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
}



/*about page*/

.numbers {
    margin: 50px 0;
}
.numbers .item {
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}
.numbers .item.blue {
    background: #94ddf8;
}
.numbers .item.black {
    background: #000;
}
.numbers .item p.nr {
    font-size: 60px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 1;
}
.numbers .item p.specif {
    font-size: 20px;
    margin: 20px 0;
    line-height: 1;
    text-transform: uppercase;
}
.numbers .item p.desc {
    margin: 20px 0;
}

.our-story .line {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}


/*testimonials page*/
.testimonials-image {
    margin: 50px 0;
}
.testimonials-image .item {
    text-align: center;
    margin-bottom: 30px;
}
.testimonials-image .item .img {
    width: 100%;
}
.testimonials-image .item .img img {
    width: 100%;
    height: auto;
}
.testimonials-image .item p.name {
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
.testimonials-image .item p.position {
    font-style: italic;
    font-size: 16px;
    margin: 5px 0;
}


.testimonials-list .item {
    text-align: center;
    margin-bottom: 40px;
}
.testimonials-list .item .quote {
    font-style: italic;
    margin: 5px 0;
    font-size: 20px;
}
.testimonials-list .item .name {
    margin: 5px 0;
    font-weight: 500;
}



/*blog page*/
.blogs .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.blogs .item {
    margin-bottom: 40px;
}
.blogs .item .image {
    overflow: hidden;
}
.blogs .item .image img {
    transition: all 0.4s ease;
}
.blogs .item .image:hover img {
    transform: scale(1.06);
}
.blogs .item p.title {
    margin: 10px 0;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 20px;
}
.blogs .item p.title:hover {
    color: #94ddf8;
}
.blogs .item .text a:hover {
    text-decoration: none;
}

.blogs-feed {
    padding: 30px 0;
}



/*tools page*/
.tools .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.tools .item {
    margin-bottom: 40px;
}
.tools .item .image {
    overflow: hidden;
}
.tools .item .image img {
    transition: all 0.4s ease;
}
.tools .item .image:hover img {
    transform: scale(1.06);
}
.tools .item p.title {
    margin: 10px 0;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 20px;
}
.tools .item p.title:hover {
    color: #94ddf8;
}
.tools .item .text a:hover {
    text-decoration: none;
}



/*training page*/
.trainings .line {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.trainings .line.image-right {
    flex-direction: row-reverse;
}
.trainings .line .text {
    float: left;
    width: calc(100% - 530px);
}
.trainings .line .text h2 {
    margin-top: 0;
}




